Skip to content

Conversation

@kellyhuang21
Copy link
Collaborator

To add locus file, include --locus_tag locus_tags.txt

for seq in skbio.io.read(path, **kwargs):
ltag = re.findall("\[locus_tag=([^[\]]*)\]", seq.metadata['description'])[0]
yield seq, ltag
if ltag in self.locus_ids:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure self.locus_ids is a set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants